gtkplacessidebar: fix signal marshal
authorCarlos Soriano <csoriano@gnome.org>
Mon, 29 Aug 2016 12:39:48 +0000 (14:39 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Mon, 29 Aug 2016 13:01:12 +0000 (15:01 +0200)
commitcfe4c9e0f41e37eb1d4e469c20579337b501e385
tree4c8d6b9730648d02454525748779c0802a453a1a
parenta0ff0de6a5e72f221c34112c952eea0eac94c870
gtkplacessidebar: fix signal marshal

We were using __VOID for the SHOW_OTHER_LOCATION signal that
uses flags named SHOR_OTHER_LOCATION_WITH_FLAGS.
However, if a signal uses flags the marshal needs to use __FLAGS.

This patch addresses this using VOID__FLAGS as the marshaler parameter.

Thanks to Jan Steffens for pointing this out.

https://bugzilla.gnome.org/show_bug.cgi?id=770550
gtk/gtkplacessidebar.c